Allow null values in map of service parameters#1159
Allow null values in map of service parameters#1159dmikusa merged 1 commit intocloudfoundry:mainfrom
Conversation
|
OK, I'm not opposed to the change. Do you have any more details you can share about the circumstances that contribute to this problem? It looks like there are cases where the response from server contains a null parameters/credentials data, not an empty map, but it's missing or specifically null? Is that right? I'm just wondering if this is unique to a particular broker? or version of CF? Thanks |
|
Hi @dmikusa-pivotal , We had identified recently that some service brokers in CF returns as response map with keys which can be null and this leads to errors in client and we can't continue further. Previously we were using v2 alternative which allows null values in map and we don't have any issues. |
|
Understood. Thanks for the PR. Merging. |
We hit scenario where service brokers return response including null values and this leads to parsing exception. This is a client limitation and needs to be fixed.